Skip to content

Instantly share code, notes, and snippets.

@strongant
Created August 4, 2016 02:29
Show Gist options
  • Save strongant/e0a6d8fa343af0fc105dc3748eb9d685 to your computer and use it in GitHub Desktop.
Save strongant/e0a6d8fa343af0fc105dc3748eb9d685 to your computer and use it in GitHub Desktop.
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