Created
August 4, 2016 02:29
-
-
Save strongant/e0a6d8fa343af0fc105dc3748eb9d685 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var app = angular.module('materializeApp', ['ui.materialize']) | |
.controller('BodyController', ["$scope", function ($scope) { | |
$scope.select = { | |
value: "Option1", | |
choices: ["Option1", "I'm an option", "This is materialize", "No, this is Patrick."] | |
}; | |
}]); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment